c# array.reduce

86

c# array.reduce -

var sum = number.Aggregate((x, y) => x + y);

Comments

Submit
0 Comments